RichTextKit v0.4

MappedSlice<T>.Item Property

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: MappedSlice<T>

Gets a reference to a mapped element

public ref T this[int index] { get; }

Parameters

int index

The mapped index to be retrieved

Property Type

ref T